home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <html lang="en">
- <head>
- <title>Manage Local Roles</title>
- </head>
- <body bgcolor="#FFFFFF" link="#000099" vlink="#555555" alink="#77003B">
- <dtml-if manage_tabs>
- <dtml-var manage_tabs>
- </dtml-if>
-
- <p>
- <strong>Local roles</strong> allow you to give particular users extra roles
- in the context of this object, in addition to the roles they already have.
- </p>
-
- <p>
- To change the local roles for this user, select the extra roles this
- user should have in the context of this object and click the <em>Change</em>
- button.
- </p>
-
- <form action="manage_setLocalRoles" method="POST">
- <table cellspacing="2" border="0">
- <tr>
- <td align="left" valign="top">
- <strong>User</strong>
- <br>
- <dtml-var userid>
- </td>
-
- <td align="left" valign="top">
- <strong>Roles</strong>
- <br>
- <input type="hidden" name="userid" value="<dtml-var userid html_quote>">
- <dtml-with "_(user_roles=get_local_roles_for_userid(userid))">
- <select name="roles:list" size="5" multiple>
- <dtml-in valid_roles><dtml-if
- "_vars['sequence-item'] not in ('Anonymous', 'Shared')">
- <option value="<dtml-var sequence-item html_quote>"<dtml-if
- "_['sequence-item'] in user_roles"> selected</dtml-if>><dtml-var
- sequence-item>
- </dtml-if>
- </dtml-in>
- </select>
- </dtml-with>
- </td>
- </tr>
- <tr>
- <td align="left" valign="top">
- <input type="submit" value="Change">
- </td>
- <td></td>
- </tr>
- </table>
- </form>
-
- </body>
- </html>
-